home *** CD-ROM | disk | FTP | other *** search
/ Suzy B Software 2 / Suzy B Software CD-ROM 2 (1994).iso / prntutil / pamflite / pamflite.doc < prev    next >
Text File  |  1995-04-25  |  10KB  |  206 lines

  1.                     Pamphlet Lite - Release 2  (4/93)
  2.  
  3.    This is a summary of Self-Styled Software's Pamphlet Lite booklet
  4. printer (PAMFLITE.PRG, Release 2 4/93).  Included are brief instructions,
  5. a summary of changes since release 1, and some comparisons with the
  6. general text file printer Two Column Printer (2COLUMNS.PRG) from which it
  7. is derived.
  8.  
  9.    First:  The only printer driver included with Pamphlet Lite is for HP
  10. DeskJet printers (Plus and 500 series).  This is because my DeskJet is the
  11. only printer that I have been able to get my hands on that can do the
  12. landscape mode printing required by Pamphlet Lite .  If and when this
  13. changes I'll write drivers for other printers.  There are instructions
  14. included here for writing drivers for other printers on your own.
  15.  
  16.    The DeskJet driver has changed a little.  It now uses bidirectional
  17. printing when in draft mode.  Printouts are about a third faster this way
  18. but the print is more ragged than with single directional printing.  The
  19. amount of this raggedness varies from font to font and tends to be worse
  20. with smaller fonts.  You can still use the old driver if you prefer.
  21.  
  22.    The biggest change you'll find in Release 2 is that Pamphlet Lite is
  23. now a full GEM program with drop down menus and windows.  This was part
  24. of the effort to make the program compatible with MultiTos.  As a side
  25. benefit, you now have access to desk accessories while the program is
  26. running.  Memory management was improved as part of this too.  Pamphlet
  27. Lite now uses disk buffers instead of RAM buffers when memory gets tight
  28. so you can print much bigger files with a given amount of memory.
  29. A down side of the new GEM stuff is that the program is bigger and a
  30. little slower.  Whether or not Pamphlet Lite really works well under
  31. MultiTos remains to be seen at this point.  I'll try to make any other
  32. changes that are needed after I get my hands on a Falcon and MultiTos.
  33.  
  34.    The other obvious change in this release is that printouts are now done
  35. "pre-sorted".  You don't have to reshuffle the sheets between sides, just
  36. move them from the output tray to the input tray all at once.
  37.  
  38.  
  39. Send bug reports, comments, or questions to:
  40.  
  41.         GEnie...JWC-OEO
  42.       or
  43.         Mail...Self Styled Software
  44.                321 J Street
  45.                Sparks, NV 89431
  46.  
  47.  
  48. SYSTEM REQUIREMENTS:  Pamphlet Lite is designed to work on any ST, TT, or
  49. Falcon (the last one is still untested at this point).  It was developed
  50. on a Mega 2 running under TOS 1.4 and has been tested on several different
  51. setups.  Minimum memory required to use the program is about 260k bytes. 
  52. It should run in any resolution although not all displays are fully
  53. visible on a 40 column screen.  A Beta tester using a TT says it runs
  54. faster if it is set to "Use TT RAM" but that it will not run at all when
  55. set to "Run in TT RAM".
  56.  
  57.    Documentation is limited to this file and the help options contained in
  58. the program.  Pamphlet Lite is a close cousin of Two Column Printer; much
  59. of the information in 2COLUMNS.DOC also applies to it.  Two Column
  60. Printer is available in the Atari ST sections of GEnie (as 2COLUMNS.LZH)
  61. and Compuserve (as COLUMS.LZH).  Like Pamphlet Lite, it is FREEWARE.
  62.  
  63.  
  64. What does it do?
  65.  
  66.    Pamphlet Lite prints text files in book/pamphlet format.  It uses
  67. landscape mode two sided printing on 8.5 x 11 inch paper to give four
  68. 5.5 x 4.25 inch pages on each sheet of paper.  Each page can have a
  69. heading (either the page number, the pamphlet, name or both).  Sheets are
  70. put together by stapling them in the middle, between the pages. 
  71. Alternately the sheets could be folded or cut in the middle, and then
  72. added to a half sized three ring binder, or glued into an existing
  73. booklet (such as a program manual).
  74.  
  75.    A cover/tile sheet could be added for fancier work but it would have to
  76. be done with a separate program.  You could also leave room for
  77. illustrations in the body of your text by adding a series of blank lines
  78. but these illustrations also would have to be added by another program.
  79.  
  80.    I put this program together at the request of a user of Two Column
  81. Printer who wanted a quick and dirty booklet printer.  For my own use I
  82. have found it to be great for adding README files and other supplemental
  83. documentation to the binders and booklets that some commercial programs
  84. use for their manuals.
  85.  
  86.  
  87. How does it differ from Two Column Printer?
  88.  
  89.    The biggest differences between Pamphlet Lite (PL) and Two Column
  90. Printer (TCP) are the order in which "columns" are printed on each sheet
  91. and the way the sheets are bound together.  
  92.  
  93. TCP prints two consecutive columns on each side of a sheet of paper, 
  94. each side of a sheet constitutes a "page" and sheets are bound along their
  95. left side.  With PL, each "column" becomes a page and the sheets are bound
  96. between these columns/pages.  Unlike TCP, the text from the bottom of one
  97. column on a given sheet of paper does not necessarily continue at the top
  98. of the column next to it.
  99.  
  100.    TCP prints multi-columned "magazines"; PL prints "books".  TCP uses
  101. paper more efficiently and is the better choice for general purpose text
  102. file printing.
  103.  
  104.    PL does not have a single sided print mode like TCP nor does it have
  105. any of its automated operating modes.
  106.  
  107.    Features/options found only in PL include:  User specified document
  108. name; heading underline option; and a "no page number" option.
  109.  
  110.  
  111. Instructions
  112.  
  113.    Pamphlet Lite will lead you through the necessary steps and has
  114. several "help" options and bailout points if you get lost.  Press the
  115. "Help" key or choose "Help" under the file menu for aid in getting
  116. started.  The same dialog boxes that formed the bulk of the first release
  117. are still there, most now have a "Pause" button which lets you suspend
  118. their operation and get access to the menu bar.
  119.  
  120.    Reloading the sheets after the first side of the printout is much
  121. easier with this release.  Just pull the sheets out of the output tray and
  122. put them in input tray.  Don't turn or reshuffle them.  As they go in the
  123. input try, the sheets should be oriented print side up with the odd
  124. numbered columns/sheets to the outside ("top" of the printout to the
  125. right).
  126.  
  127.    You may find that the printer sometimes pulls in two sheets instead of
  128. one while you print the second side, especially if you use thin paper. 
  129. The following steps will help prevent this:
  130.  
  131.   1)  Carefully even the sheets after taking them out of the output try.
  132.  
  133.   2)  Pull any unused sheets in the paper tray out by an inch or two.
  134.  
  135.   3)  Put the printed sheets on top of them (printing up and to the
  136.   outside) and push them both forward into the printer by giving them
  137.   a series of taps with the movable rear paper holder on the Deskjet
  138.   paper tray.
  139.  
  140.  
  141. Margins, in and out
  142.  
  143.    Both inner and outer margins will be 1/2 inch wide when you print with
  144. lines set to their maximum possible width.  As shorter line lengths are
  145. set, space is added first to the inner margins, then after 14 characters,
  146. space is added equally to the inner and outer margins.  Default settings
  147. give 1/2 inch outer margins and 3/4 inch inner margins on each page.
  148.  
  149.  
  150. Known problems with GEM
  151.  
  152.    You may find that some screen redraws are less than perfect (mouse
  153. droppings) when you use a desk accessory while Pamphlet Lite is formatting
  154. a file (and maybe while its printing one too).  The only way I found to
  155. prevent this resulted in much slower formatting.  You also may find that
  156. desk accessories are sluggish during formatting.
  157.  
  158.  
  159. Using other printers...landscape mode
  160.  
  161.    As stated, this version is designed specifically for the HP Deskjet
  162. Plus and 500.  I have not included drivers for other printers because I do
  163. not have access to any that can do landscape printing.  If you want to
  164. make a driver for some other printer you can try the following:
  165.  
  166.     Edit a "Two Column Printer" driver that works with your printer and
  167. use the supplied Deskjet Pamphlet Lite driver as a guide.  Add the codes
  168. that set landscape printing to the end of the "initialize printer"
  169. sequence.  Replace the maximum characters per line listed for each font
  170. with the font's pitch multiplied by 9 ("9" here is the paper length minus
  171. 2).  Try the maximum page length used by the Deskjet as a first guess.  If
  172. by a wonderful coincidence your printer automatically prints with a 1/2
  173. inch left margin in landscape mode (like the Deskjet), you are home free. 
  174. If not, read on.
  175.  
  176.    Pamphlet Lite requires a 1/2 inch left margin for proper page alignment
  177. but it contains no codes to ensure this will happen (none are needed for
  178. the Deskjet).  If your printer does not do this by default you will have
  179. to search your printer manual for a way to set the left margin in
  180. landscape mode, figure out what's needed for a left margin of 1/2 inch,
  181. and add these codes to your driver (a good place for this would be at the
  182. end of the "initialize printer" sequence).  If you get a driver working
  183. for a printer other than the Deskjet and are willing to share it, please
  184. send me a copy at one of the address above.
  185.  
  186.  
  187. Using other printers...wide carriage/portrait mode
  188.  
  189.    It should be possible to use Pamphlet Lite in normal portrait mode on a
  190. wide carriage printer.  Each sheet would have to be manually inserted
  191. sideways and aligned so that printing begins 1/2 inch in from the left
  192. side of the paper.  Edit a Two Column Printer driver that works with your
  193. printer.  Change the "maximum characters per line" entry for each font to
  194. the number you get by multiplying its pitch by 9.  Use the settings on the
  195. Deskjet driver as a first guess for maximum page length.  You'll also need
  196. to comment out any codes you have in the "Fancy Heading" section (both set
  197. and disable).  These are used for some DeskJet specific things in the
  198. DeskJet Pamphlet Lite driver.  Change whatever you have here to a single
  199. space followed by a comma.
  200.  
  201.  
  202. The Resource file
  203.  
  204. If you do any modifications to the RSC file, be sure it ends up being
  205. between 10700 and 12000 bytes long.
  206.